HELP - newlineCmd
HelpCommand ReferencenewlineCmd
Description  
Forcing a newline without using a blank line( \n )
To force a newline without having to insert a blank line use \n. This can now also be achieved by setting ENABLE_HARD_SOFT_LINE_BREAKS = YES and then make linebreak without any spaces before the linebreak. I.e. simply press "enter" right after the last character on the line to force a line break. If on the other hand you insert a space after the last charater and before the linebreak no linebreak will occur in the output.

Syntax
Some text with a line break here\n
next line continues here.

Output
Some text with a line break here

next line continues here.
See also
  • ENABLE_HARD_SOFT_LINE_BREAKS on page DocParser